Labels:text | screenshot | font | line | information OCR: MulticastSocket Class Constructors Description public MulticastSocket() throws Creates a new MulticastSocket IOException object bound to the first avail- able port. public MulticastSocket(int port) @redites a new MulticastSocket throws IOException object bound to the specified port. Figure 2: MulticastSocket constructors.